html {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #353535;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
}
@font-face {
    font-family: 'lixukexingshu';
    src: url('../fonts/lixukexingshu.eot');
    src: url('../fonts/lixukexingshu.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lixukexingshu.woff') format('woff'),
         url('../fonts/lixukexingshu.ttf') format('truetype'),
         url('../fonts/lixukexingshu.svg#webfont34M5alKg') format('svg');
         url('../fonts/lixukexingshu.woff#webfont34M5alKg') format('woff');
    font-weight: normal;
    font-style: normal;
}
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	background: transparent; /*修正win8系统IE连接灰色背景*/
	outline:none;
blr:expression(this.onFocus=this.blur());
}
a{ color:#040000;}
a:hover{ color:#008542;}
img {
	border: 0;
	-ms-interpolation-mode:bicubic
}
ul, ol,li ,dl, dd, dt {
	list-style:none;
}
/*清除浮动*/
.clear {
	clear: both;
	height:0px;
	line-height:0px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.content{ 
	width:1200px;
	margin:0 auto;
}

/*head*/
.head{width: 100%;}
.head > .content{height: 90px;padding-top: 30px;}
.logo{margin-left: 40px;}
.logo img{max-width: 225px;}
.head .center{width: 510px;height: 60px;line-height: 60px;font-size: 24px;font-family: 'lixukexingshu';margin-left: 70px;color:#e68e11;}
.head .fr{width: 215px;height: 60px;background: url(../images/head_tel.png)no-repeat left;padding-left: 60px;}
.head .fr .span_1{color: #4c4c4c;}
.head .fr .span_2{font-size: 30px; color:#008542;}
.head .nav{width: 100%;height: 35px;background: #008542;}
.head .nav ul .nav_li{float: left;position: relative;}
.head .nav ul .nav_li a{display: block;width: 170px;height: 35px;line-height: 35px;color: #fff;text-align: center;background: #008542;}
.head .nav ul .nav_li a:hover{background: #014f28;}
.current{background: #014f28 !important;}
#subnav{display: none;position: absolute;z-index: 1111;}
.head .nav_li:hover #subnav{display: block;}

/*footer*/
.footer{width: 100%;height: auto;}
.footer_nav{height: 20px;padding-top: 30px;}
.footer_nav li{width: 160px;float: left;text-align: center;position: relative;}
.footer_nav li:before{position: absolute;right: 0;width: 1px;height: 15px;top:2px;background-color: #a0a0a0;content: "";}
.footer_nav li:last-child:before{display: none;}
.footer .fl{margin-left: 25px;}
.footer .fl p{font-size: 30px;font-weight: bold;padding-top: 35px;}
.footer .fl .ft_xl_kuan{  width: 100%; float: left;}
.footer .fl span{display: block;float: left;padding: 25px 50px 0 0;}
.footer .fl span b{font-weight: 500;color: #008542; float: right;}
.footer .fl span b br:first-child{ display: none;}
.footer .fl span a{text-decoration:underline;padding: 0 8px 0 8px;}
.footer .fr{margin: 35px 25px 0 0;}
.footer .fr .ewm_1{float: left;margin-right: 20px;}
.footer .fr .ewm_2{float: left;}
.footer .fr p{text-align: center;line-height: 40px;font-size: 16px;}

.backToTop {
    display: none;
    width: 35px;
    height: 35px;
    position: fixed;
    _position: absolute;
    right: 15px;
    bottom: 50px;
    _bottom: "auto";
    cursor: pointer;
    z-index: 100000000;
    background: url(../images/back_top.png) no-repeat ;
}